home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 1999 January / CD Rom Data Ocak 1999.iso / Media / Menu.dxr / 00040_Basic button.ls < prev    next >
Encoding:
Text File  |  1998-12-19  |  210 b   |  11 lines

  1. on mouseDown
  2.   puppetSprite(the clickOn, 1)
  3.   set the castNum of sprite the clickOn to the number of member "Basic pushed"
  4.   puppetSprite(the clickOn, 0)
  5.   buttondown()
  6. end
  7.  
  8. on mouseUp
  9.   play movie "games"
  10. end
  11.